home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / ModeProSrc.lha / Prefs / appinfo.c next >
C/C++ Source or Header  |  1998-09-01  |  598b  |  24 lines

  1. #include "revision.h"
  2.  
  3. /*
  4. #define APPNAME ""   /* please insert application name */
  5.  
  6. #define VERSION 1
  7. #define VERSION_STR "1"
  8. #define VERREV_STR VERSION_STR "." REVISION_STR
  9. */
  10. //char version[]="$VER: " APPNAME " " VERSION_STR "." REVISION_STR " "__AMIGADATE__;
  11.  
  12. //int AppVersion  =VERSION;
  13. //int AppRevision =REVISION;
  14.  
  15. /************************************************
  16. Revision Info
  17. -------------------------------------------------
  18.  
  19. 4.51 - Repaired GD_Overscan()
  20.           Didn't set DNode->OverscanType
  21.           Cause: Code update from 4.x
  22.  
  23. *************************************************/
  24.